![]() |
Precise iOS Toolkit
2.13.0
|
Macros | |
| #define | SCARD_PROTOCOL_UNDEFINED 0x00000000 |
| #define | SCARD_PROTOCOL_T0 0x00000001 |
| #define | SCARD_PROTOCOL_T1 0x00000002 |
| #define | SCARD_PROTOCOL_RAW 0x00010000 |
| #define | SCARD_PROTOCOL_Tx (SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1) |
| #define | SCARD_PROTOCOL_ANY SCARD_PROTOCOL_Tx |
| #define SCARD_PROTOCOL_ANY SCARD_PROTOCOL_Tx |
Legacy mask for API compatibility
Definition at line 318 of file winscard.h.
| #define SCARD_PROTOCOL_RAW 0x00010000 |
Raw is the active protocol.
Definition at line 314 of file winscard.h.
| #define SCARD_PROTOCOL_T0 0x00000001 |
T=0 is the active protocol.
Definition at line 310 of file winscard.h.
| #define SCARD_PROTOCOL_T1 0x00000002 |
T=1 is the active protocol.
Definition at line 312 of file winscard.h.
| #define SCARD_PROTOCOL_Tx (SCARD_PROTOCOL_T0 | SCARD_PROTOCOL_T1) |
This is the mask of ISO defined transmission protocols
Definition at line 316 of file winscard.h.
| #define SCARD_PROTOCOL_UNDEFINED 0x00000000 |
There is no active protocol.
Definition at line 308 of file winscard.h.
1.8.1.1